home *** CD-ROM | disk | FTP | other *** search
/ Champak 142 / Volume 142 Oct 17 2011 - Damaged.iso / Games / maya-ball.swf / scripts / DefineButton2_431 / BUTTONCONDACTION on(release).as
Text File  |  2011-10-17  |  108b  |  6 lines

  1. on(release){
  2.    _root.noNewGame = true;
  3.    _global.sound.play("menu");
  4.    _root.gotoAndStop("help");
  5. }
  6.